xenstore: fix Solaris compile with newer GCC versions
authorKeir Fraser <keir.fraser@citrix.com>
Wed, 9 Apr 2008 12:32:21 +0000 (13:32 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Wed, 9 Apr 2008 12:32:21 +0000 (13:32 +0100)
Signed-off-by: Keir Fraser <keir.fraser@citrix.com>
tools/xenstore/xenstored_solaris.c

index ef6b51533c9ed0c38a608aefe9a900bd1d6c57bd..06052d124a0c8eee2a959addfeb09026186994d7 100644 (file)
@@ -14,6 +14,7 @@
 #include <fcntl.h>
 #include <unistd.h>
 #include <stdlib.h>
+#include <stdarg.h>
 #include <sys/mman.h>
 #include <strings.h>
 #include <ucred.h>